ionic-vhframeworks 10.2.0 → 10.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -11941,6 +11941,17 @@ export declare class VhEcommerce {
|
|
|
11941
11941
|
private shopeepricecomparinglist;
|
|
11942
11942
|
private callbacklazadapricecomparing;
|
|
11943
11943
|
constructor(vhMGDB_auth: VhMGDB_auth, vhMGDB_socketMongoDB: VhMGDB_socketMongoDB, vhMGDB_database: VhMGDB_database, vhMGDB_shopee: VhMGDB_shopee);
|
|
11944
|
+
/**
|
|
11945
|
+
* @example:
|
|
11946
|
+
* let backHref = http://localhost:4200/dashboard/overview';
|
|
11947
|
+
this.vhEcommerce.signInTiktok(id_branch, backHref).then((bool:any)=>{
|
|
11948
|
+
if(bool){
|
|
11949
|
+
console.log('bool', bool)
|
|
11950
|
+
}
|
|
11951
|
+
})
|
|
11952
|
+
* @returns Promise => true or false
|
|
11953
|
+
*/
|
|
11954
|
+
signInTiktok(id_branch: string, backHref: string): Promise<unknown>;
|
|
11944
11955
|
/**
|
|
11945
11956
|
* @notice : lấy thông tin vận đơn (mã code người gửi , mã code người nhận, địa chỉ người nhận...)
|
|
11946
11957
|
* @example:
|
|
@@ -30145,6 +30156,7 @@ export declare class VhQueryDealer {
|
|
|
30145
30156
|
}, error=>{
|
|
30146
30157
|
console.log('error', error);
|
|
30147
30158
|
})
|
|
30159
|
+
* @param id_store:string
|
|
30148
30160
|
* @param id_branch
|
|
30149
30161
|
* @param id_licenseKEY
|
|
30150
30162
|
* @return Promise => response = {vcode, msg}
|