|
@@ -2,6 +2,7 @@ package thyyxxk.wxservice_server.controller;
|
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
+import thyyxxk.wxservice_server.config.auth.PassToken;
|
|
|
import thyyxxk.wxservice_server.entity.ResultVo;
|
|
|
import thyyxxk.wxservice_server.entity.paymzfee.MedinsSettle;
|
|
|
import thyyxxk.wxservice_server.service.PayMzFeeService;
|
|
@@ -52,6 +53,7 @@ public class PayMzFeeController {
|
|
|
return ResultVoUtil.success(setlinfo);
|
|
|
}
|
|
|
|
|
|
+ @PassToken
|
|
|
@GetMapping("/queryDzfp")
|
|
|
public ResultVo<String> queryDzfp(@RequestParam("hisOrdNum") String hisOrdNum) {
|
|
|
return service.queryDzfp(hisOrdNum);
|