|
|
@@ -5,6 +5,8 @@ import com.alibaba.fastjson.JSONObject;
|
|
|
import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
import lombok.AllArgsConstructor;
|
|
|
+import org.springblade.core.log.annotation.ApiLog;
|
|
|
+import org.springblade.core.log.logger.BladeLogger;
|
|
|
import org.springblade.core.tool.api.R;
|
|
|
import org.springblade.wx.utils.UrlTransform;
|
|
|
import org.springblade.yeePay.common.YeePayConst;
|
|
|
@@ -38,6 +40,7 @@ public class YeepayController {
|
|
|
private YeepaySaasService yeepaySaasService;
|
|
|
private YeePayConst yeePayConst;
|
|
|
private YeepayCommonService yeepayCommonService;
|
|
|
+ private BladeLogger logger;
|
|
|
|
|
|
@PostMapping("/invite")
|
|
|
@ApiOperation("商户入驻")
|
|
|
@@ -174,8 +177,10 @@ public class YeepayController {
|
|
|
|
|
|
@GetMapping("/test")
|
|
|
@ApiOperation("测试")
|
|
|
+ @ApiLog
|
|
|
public R test() {
|
|
|
- return R.data(yeepayCommonService.addFileToYeepay("https://guosen-bucket-ldt.obs.cn-south-1.myhuaweicloud.com:443/c41b56d100294318808d09ae5fc8529c-WechatIMGd66631f0d0572e705d20b48074d3c149.jpeg"));
|
|
|
+ logger.info("ss","sdf");
|
|
|
+ return R.success("s");
|
|
|
}
|
|
|
|
|
|
}
|