|
@@ -109,7 +109,7 @@ export class KycService extends BaseService {
|
|
if (!orderNo || !order) {
|
|
if (!orderNo || !order) {
|
|
throw new CoolCommException('Order does not exist');
|
|
throw new CoolCommException('Order does not exist');
|
|
}
|
|
}
|
|
- const outUserId = md5(order.mchId + '_' + order.userId + 'v1');
|
|
|
|
|
|
+ const outUserId = md5(order.mchId + '_' + order.userId + 'v2');
|
|
const data = {
|
|
const data = {
|
|
outUserId,
|
|
outUserId,
|
|
level: 1,
|
|
level: 1,
|