|
@@ -845,6 +845,7 @@ public class CommonController extends BaseController {
|
|
|
@PreAuthorize("@ss.hasPermi('system:withdrawal:add')")
|
|
|
@PostMapping("/common/free/sevenPushAuthCallBack")
|
|
|
public AjaxResult sevenPushAuthCallBack(@RequestBody SevenPushAuthAddBo bo) {
|
|
|
+ ServletUtils.getRequestAttributes().getResponse().setHeader("TenantId", "867735392558919680");
|
|
|
if (!ToolsUtils.checkSignCwSnFromOldSys(bo.getGradeUserId().toString(), bo.getStamp().toString(), bo.getSign())) {
|
|
|
return AjaxResult.error("签名错误");
|
|
|
}
|