使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
EggPlanet
/
egg_mq_consume
关注
3
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
短信
withdrawal
huangjiajun
1 个月前
父节点
9583265639
当前提交
ac63d5e3aa
共有
2 个文件被更改
,包括
4 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+3
-0
consume/aliyun_sms_record_consume.go
+1
-1
consume/md/consume_key.go
+ 3
- 0
consume/aliyun_sms_record_consume.go
查看文件
@@ -85,6 +85,9 @@ func handleAliyunSmsRecordConsume(msgData []byte) error {
aliyunSmsSaleCode = msg.Code
extra = msg.Extra
}
if aliyunSmsSaleCode == "" {
return nil
}
err = aliyun.AliyunSendSms(aliyunSmsId, aliyunSmsSecret, msg.Phone, aliyunSmsSignName, aliyunSmsSaleCode, extra)
if err != nil {
return err
+ 1
- 1
consume/md/consume_key.go
查看文件
@@ -112,7 +112,7 @@ var RabbitMqQueueKeyList = []*MqQueue{
},
{
ExchangeName: "egg.aliyun_sms",
Name: "egg_aliyun_sms_record_queue",
Name: "egg_aliyun_sms_record_queue
_new
",
Type: DirectQueueType,
IsPersistent: false,
RoutKey: "aliyun_sms_record",
撰写
预览
正在加载...
取消
保存