fix aps KYC的app相关接口

master
Todking 3 years ago
parent eda02812fc
commit 0587e959c1

@ -1016,12 +1016,12 @@ public class RetailAppController {
}
@GetMapping(value = "/{clientMoniker}/aps_kyc")
public JSONObject getApsKycClient(@ModelAttribute(CommonConsts.PARTNER_STATUS) JSONObject account, @PathVariable("clientMoniker") String clientMoniker) {
public JSONObject getApsKycClient(@ModelAttribute(CommonConsts.RETAIL_DEVICE) JSONObject account, @PathVariable("clientMoniker") String clientMoniker) {
return clientManager.getApsKycClient(account, clientMoniker);
}
@PutMapping(value = "/aps_kyc")
public void updateApsKycClient(@ModelAttribute(CommonConsts.PARTNER_STATUS) JSONObject account, @RequestBody JSONObject item) {
public void updateApsKycClient(@ModelAttribute(CommonConsts.RETAIL_DEVICE) JSONObject account, @RequestBody JSONObject item) {
clientManager.updateApsKycClient(account, item);
}

@ -65,8 +65,6 @@ define(['angular', 'angularSanitize', 'angularAnimate', 'angularMessages', 'uiRo
}
}],
})
} else {
console.log("wuwuwuuwuw:", resp.data)
}
})

Loading…
Cancel
Save