This website works better with JavaScript.
首頁
探索
說明
登入
EggPlanet
/
egg_mq_consume
關註
3
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
短信
master
huangjiajun
4 週之前
父節點
9583265639
當前提交
ac63d5e3aa
共有
2 個文件被更改
,包括
4 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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",
Write
Preview
Loading…
取消
儲存