Commit c355b1b8 by haojie

1

parent b224e122
......@@ -41,7 +41,7 @@ public function getUserInfo(Request $request)
*/
public function getReceiptAddress(Request $request)
{
$address = SetAddress::query()->first();
$address = SetAddress::query()->first(['address']);
return $this->success('success', $address->address);
}
......
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 to comment