|
@@ -296,7 +296,11 @@ $api->version('v1', ['namespace' => 'App\Http\Controllers\Api\V1'], function ($a
|
|
'as' => 'interaction.destroy',
|
|
'as' => 'interaction.destroy',
|
|
'uses' => 'InteractionController@destroy',
|
|
'uses' => 'InteractionController@destroy',
|
|
]);
|
|
]);
|
|
-
|
|
|
|
|
|
+ //jpush
|
|
|
|
+ $api->post('user/jpush', [
|
|
|
|
+ 'as' => 'user.jpush',
|
|
|
|
+ 'uses' => 'MyController@jpush',
|
|
|
|
+ ]);
|
|
//支付宝支付回调
|
|
//支付宝支付回调
|
|
$api->post('pay/alipay/notify', [
|
|
$api->post('pay/alipay/notify', [
|
|
'as' => 'pay.alipay.notify',
|
|
'as' => 'pay.alipay.notify',
|