This website works better with JavaScript.
Home
Explore
Help
Sign In
zhimeng
/
ad_mq
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
1
master
huangjiajun
1 month ago
parent
f5472de759
commit
80b58223e6
1 changed files
with
0 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
consume/ad_original_data_application.go
+ 0
- 1
consume/ad_original_data_application.go
View File
@@ -75,7 +75,6 @@ func handleAdOriginalDataApplication(msgData []byte) error {
if db.DBs[msg.Mid] == nil {
if db.DBs[msg.Mid] == nil {
return nil
return nil
}
}
eg := db.DBs[msg.Mid]
wxApiService, err := wechat.NewWxApiService(msg.Mid, msg.ComponentAppid, msg.ComponentAppsecret)
wxApiService, err := wechat.NewWxApiService(msg.Mid, msg.ComponentAppid, msg.ComponentAppsecret)
if err != nil {
if err != nil {
return err
return err
Write
Preview
Loading…
Cancel
Save