|
@@ -225,6 +225,7 @@ public class WmSettlementController {
|
|
*/
|
|
*/
|
|
@Inner(value = false)
|
|
@Inner(value = false)
|
|
@PostMapping("/freelances/payResult")
|
|
@PostMapping("/freelances/payResult")
|
|
|
|
+ @ResponseBody
|
|
public R<?> freelancesQuery(@RequestBody String params){
|
|
public R<?> freelancesQuery(@RequestBody String params){
|
|
|
|
|
|
cn.hutool.json.JSONObject jsonObject = JSONUtil.parseObj(params);
|
|
cn.hutool.json.JSONObject jsonObject = JSONUtil.parseObj(params);
|