kdz -> xfsg 发起意向协议流程

This commit is contained in:
guohb
2024-04-02 15:02:23 +08:00
parent 5c408e5a9a
commit 537cdd63d9
11 changed files with 412 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
package com.cool.store.controller.webb;
import com.cool.store.request.InitiatingRequest;
import com.cool.store.response.InitiatingResponse;
import com.cool.store.response.ResponseResult;
import com.cool.store.response.SigningBaseInfoResponse;
import com.cool.store.service.IntentAgreementService;
@@ -27,4 +29,11 @@ public class PCIntentAgreementController {
SigningBaseInfoResponse resp = intentAgreementService.getMiniIntentAgreement(partnerId, lineId);
return ResponseResult.success(resp);
}
@PostMapping(path = "/initiating")
@ApiOperation("kdz -> xfsg 发起意向协议流程")
public ResponseResult<InitiatingResponse> initiating(@RequestParam
@RequestBody InitiatingRequest request) {
return ResponseResult.success(intentAgreementService.initiating(request));
}
}

View File

@@ -74,4 +74,6 @@ wx.pay.privateKeyPath=D:\\weixin\\apiclient_key.pem
aliyun.accessKeyId=LTAI5tQ6QBnWaB5LaJYz6zcD
aliyun.accessKeySecret=spqsOgtfr54cwK861O3N3fInydTgjA
coolstore.page.domain=https://t2store.coolstore.cn/
coolstore.page.domain=https://t2store.coolstore.cn/
xfsg.url=https://inf-test.xianfengsg.com/InfService

View File

@@ -77,4 +77,6 @@ xxl.job.executor.logretentiondays=3
xxl.job.accessToken=25365115eed84e9ba5e0040abb255a09
exhibition.channel.id=52399
recommended.channel.id=52400
recommended.channel.id=52400
xfsg.url=https://inf-test.xianfengsg.com/InfService

View File

@@ -79,4 +79,6 @@ xxl.job.accessToken =
exhibition.channel.id=52399
recommended.channel.id=52400
coolstore.page.domain=https://t2store.coolstore.cn/
coolstore.page.domain=https://t2store.coolstore.cn/
xfsg.url=https://inf-test.xianfengsg.com/InfService