|
|
|
@ -51,7 +51,7 @@ public class EnterpriseMerchantAuthorizationController extends BaseController |
|
|
|
/** |
|
|
|
* 查询商户授权企业信息列表 |
|
|
|
*/ |
|
|
|
@RequiresPermissions("code:authorization:list") |
|
|
|
// @RequiresPermissions("code:authorization:list")
|
|
|
|
@GetMapping("/queryList") |
|
|
|
@ResponseBody |
|
|
|
public ZDResponse queryList(EnterpriseMerchantAuthorization enterpriseMerchantAuthorization) |
|
|
|
|