biz9-logic 4.8.332 → 4.8.333
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.
- package/biz9_config +1 -1
- package/index.js +4 -0
- package/package.json +1 -1
package/biz9_config
CHANGED
package/index.js
CHANGED
|
@@ -1846,6 +1846,10 @@ class Url_Logic {
|
|
|
1846
1846
|
static URL_SERVICE_DETAIL="service/detail";
|
|
1847
1847
|
static URL_SERVICE_HOME="service/home";
|
|
1848
1848
|
static URL_SERVICE_SEARCH="service/search";
|
|
1849
|
+
//user
|
|
1850
|
+
static URL_USER_LOGIN="user/login";
|
|
1851
|
+
static URL_USER_LOGOUT="user/logout";
|
|
1852
|
+
static URL_USER_REGISTER="user/register";
|
|
1849
1853
|
//stat
|
|
1850
1854
|
static URL_SEARCH_ACTIVITY="item/search_activity";
|
|
1851
1855
|
//template
|