This commit is contained in:
parent
d8c827b59e
commit
6e05cf2045
|
|
@ -33,7 +33,7 @@ type WechatToBBRequest struct {
|
|||
func (this *WechatToBBRequest) GetSynNotice() *SynNotice {
|
||||
return &SynNotice{
|
||||
OutBizBo: this.OrderId,
|
||||
Type: NoticeTypeBBToWechat,
|
||||
Type: NoticeTypeWechatToBB,
|
||||
BizContent: this,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -48,8 +48,8 @@ func Test_WechatNotifyProducer2(t *testing.T) {
|
|||
"associated_data":"coupon",
|
||||
"plain_text":{
|
||||
"stock_creator_mchid":"1652465541",
|
||||
"stock_id":"20259610",
|
||||
"coupon_id":"97225743207",
|
||||
"stock_id":"10000000",
|
||||
"coupon_id":"192472991714512896029",
|
||||
"coupon_name":"test",
|
||||
"description":"","status":"USED",
|
||||
"create_time":"2025-03-07T15:49:31+08:00",
|
||||
|
|
|
|||
Loading…
Reference in New Issue