Commit 9310d100 by 杨树贤

添加红包码返回

parent 6f59b03b
Showing with 2 additions and 0 deletions
...@@ -40,7 +40,9 @@ class IntegralsController extends Controller ...@@ -40,7 +40,9 @@ class IntegralsController extends Controller
$userIntegral = $userIntegralService->getUserIntegral(['id' => $userId]); $userIntegral = $userIntegralService->getUserIntegral(['id' => $userId]);
if ($userIntegral) { if ($userIntegral) {
$result['integral'] = $userIntegral['data']['integral']; $result['integral'] = $userIntegral['data']['integral'];
$result['code'] = 'RD' . $userId;
} }
return $this->Export(0, 'ok', $result); return $this->Export(0, 'ok', $result);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment