Parcourir la source

Merge branch 'master' of e.coding.net:zdap/weixiu/weixiu_api into m--tmp

liugc il y a 1 an
Parent
commit
6cd73ce66e
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      app/common/service/pay/WeChatPayService.php

+ 3 - 0
app/common/service/pay/WeChatPayService.php

@@ -426,6 +426,9 @@ class WeChatPayService extends BasePayService
                             }
                         }
                         break;
+                    case 'group':
+                        PayNotifyLogic::handle('group', $message['out_trade_no'], $extra);
+                        break;
                 }
             }
             return true;