|
|
@@ -2,6 +2,7 @@ package thyyxxk.webserver.controller.dictionary;
|
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
+import thyyxxk.webserver.config.auth.PassToken;
|
|
|
import thyyxxk.webserver.entity.ResultVo;
|
|
|
import thyyxxk.webserver.entity.nationalmatch.QueryParam;
|
|
|
import thyyxxk.webserver.entity.nationalmatch.StandardLocalItem;
|
|
|
@@ -55,6 +56,7 @@ public class NationalMatchController {
|
|
|
return service.updateLocalItem(param);
|
|
|
}
|
|
|
|
|
|
+ @PassToken
|
|
|
@GetMapping("/queryPsnPayProp")
|
|
|
public String queryPsnPayProp(@RequestParam("hiListCode") String hiListCode) {
|
|
|
return service.queryPsnPayProp(hiListCode, true);
|