|
@@ -21,4 +21,5 @@ Route::post('getPhone', 'ApiController@getPhone');
|
|
Route::get('getFormSet', 'ApiController@getFormSet');
|
|
Route::get('getFormSet', 'ApiController@getFormSet');
|
|
Route::post('submitForm', 'ApiController@submitForm');
|
|
Route::post('submitForm', 'ApiController@submitForm');
|
|
Route::any('payNotify', 'ApiController@payNotify');
|
|
Route::any('payNotify', 'ApiController@payNotify');
|
|
-Route::get('getShareText', 'ApiController@getShareText');
|
|
|
|
|
|
+Route::get('getShareText', 'ApiController@getShareText');
|
|
|
|
+Route::get('checkCardIsEnd', 'ApiController@checkCardIsEnd');
|