代下单功能
This commit is contained in:
@@ -65,6 +65,12 @@ export class SmsAliyunProvider implements ISmsProvider {
|
||||
) {
|
||||
return this.config.aliyunSmsRedeemConfirmTemplateCode;
|
||||
}
|
||||
if (
|
||||
scene === 'PARTNER_PROXY_ORDER' &&
|
||||
this.config.aliyunSmsProxyOrderTemplateCode
|
||||
) {
|
||||
return this.config.aliyunSmsProxyOrderTemplateCode;
|
||||
}
|
||||
return this.config.aliyunSmsTemplateCode;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user