|
@@ -196,7 +196,7 @@ class MemberPaymentService extends BaseService
|
|
|
* 后台添加/编辑
|
|
* 后台添加/编辑
|
|
|
* @return array
|
|
* @return array
|
|
|
*/
|
|
*/
|
|
|
- public function edit($userId){
|
|
|
|
|
|
|
+ public function editData($userId){
|
|
|
$data = request()->all();
|
|
$data = request()->all();
|
|
|
|
|
|
|
|
$id = isset($data['id'])? intval($data['id']) : 0;
|
|
$id = isset($data['id'])? intval($data['id']) : 0;
|