|
@@ -38,13 +38,7 @@ class OrderService
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- public function getOpenId($uid)
|
|
|
- {
|
|
|
- $res = UserOpenids::where('uid', $uid)->first();
|
|
|
- return $res ? $res->toArray() : [];
|
|
|
- }
|
|
|
-
|
|
|
- public function getAppId($uid)
|
|
|
+ public function getUserOpenidsData($uid)
|
|
|
{
|
|
|
$res = UserOpenids::where('uid', $uid)->first();
|
|
|
return $res ? $res->toArray() : [];
|