### 描述您想要的解决方案 影响代码:`IVerifyCodeService.SetCode` old: ``` void SetCode(string code, out string id); ``` new: ``` string SetCode(string code, int seconds = 60 * 3); ```