rabin 1 년 전
부모
커밋
073b69a7e9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/bao/connect/api/Notify.php

+ 1 - 1
src/bao/connect/api/Notify.php

@@ -93,7 +93,7 @@ class Notify extends Api
         if (!isset($input['t'])) {
             $this->error('error');
         }
-        $temp = explode('_', $input['t']);
+        $temp = explode('-', $input['t']);
         $connect_id = $temp[0];
         $api_id = $temp[1];
         $order_key = $temp[2];