|
|
@@ -34,7 +34,7 @@ class Lakala
|
|
|
];
|
|
|
$body = json_encode($baseRequestVO, JSON_UNESCAPED_UNICODE);
|
|
|
$authorization = $this->getAuthorization($body);
|
|
|
- $url = 'https://s2.lakala.com/api/v2/mms/sme/mrchAuthStateQuery';
|
|
|
+ $url = 'https://s2.lakala.com/api/v2/laep/industry/ewalletBalanceQuery';
|
|
|
return $this->post($url, $body, $authorization);
|
|
|
}
|
|
|
|