Browse Source

//update receiver

release_toaliyun_real
xhxu 4 years ago
parent
commit
67e7f585f5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkBApi/src/main/java/com/iformall/controller/WxMerchantController.java

+ 1
- 1
mallinkBApi/src/main/java/com/iformall/controller/WxMerchantController.java View File

@@ -151,7 +151,7 @@ public class WxMerchantController extends BaseController {
}
}

@RedisCache
@RedisCache(expireTime = 30)
@ApiOperation("获取进件/余额页面")
@GetMapping("/getTtReceiverUrl")
@ApiImplicitParam(name = "id", value = "id", dataType = "Long", paramType = "query", required = true)


Loading…
Cancel
Save