Commit b0cd5595 by 程裕兵

feat:merchant

parent cdf2e799
......@@ -77,6 +77,7 @@ public class MerchantRpcService {
public AuthSubChannelVO authSubChannel(String channel, Long merchantId, SubChannelEnums subChannel,
SubChannelAuthTypeEnums authType) {
JsonResult<AuthSubChannelVO> result = merchantApi.authSubChannel(AuthSubChannelRequest.builder()
.applyNo(IdWorker.getIdStr())
.channelNo(channel)
.merchantId(merchantId)
.subChannel(subChannel)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment