...
|
...
|
@@ -18,7 +18,7 @@ use app\nsms\nsms; |
|
|
*/
|
|
|
class Pay extends Api
|
|
|
{
|
|
|
protected $noNeedLogin = ['payOrderNotify','vippayOrderNotify','picOrderNotify','videoOrderNotify'];
|
|
|
protected $noNeedLogin = ['test','payOrderNotify','vippayOrderNotify','picOrderNotify','videoOrderNotify'];
|
|
|
protected $noNeedRight = ['*'];
|
|
|
protected $uid = '';//token存贮uid
|
|
|
protected $order_status = [];//订单状态
|
...
|
...
|
@@ -686,6 +686,11 @@ class Pay extends Api |
|
|
$response->send();
|
|
|
}
|
|
|
|
|
|
public function test() {
|
|
|
$pic_id = cache('pic_id');
|
|
|
var_dump($pic_id);
|
|
|
}
|
|
|
|
|
|
//图片支付订单结果通知(无需调用)
|
|
|
public function picOrderNotify(){
|
|
|
$config = config('verify.wx_pay');
|
...
|
...
|
|