Merge branch 'dev' into test
This commit is contained in:
@@ -64,4 +64,13 @@ public class SmsCallbackController {
|
||||
return success(true);
|
||||
}
|
||||
|
||||
@PostMapping("/hl95")
|
||||
@PermitAll
|
||||
@TenantIgnore
|
||||
@Operation(summary = "鸿联九五短信的回调")
|
||||
public CommonResult<Boolean> receiveHl95SmsStatus(@RequestBody String requestBody) throws Throwable {
|
||||
smsSendService.receiveSmsStatus(SmsChannelEnum.HL95.getCode(), requestBody);
|
||||
return success(true);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user