新增租赁合同按钮状态
This commit is contained in:
@@ -44,7 +44,7 @@ public class PCTestController {
|
||||
public ResponseResult<Boolean> sendSms(){
|
||||
JSONObject templateParam = new JSONObject();
|
||||
templateParam.put("pointName", "杭州市西湖区");
|
||||
commonService.sendSms("17681878615", SMSMsgEnum.RENT_CONTRACT_AUDIT_FAIL, null);
|
||||
commonService.sendSms("17681878615", SMSMsgEnum.RENT_CONTRACT_AUDIT_FAIL, Arrays.asList(templateParam));
|
||||
return ResponseResult.success(Boolean.FALSE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user