bugfix
This commit is contained in:
parent
beb4216226
commit
eeb36df701
@ -31,7 +31,6 @@ from platformbiz.init import load_platformbiz
|
|||||||
from accounting.init import load_accounting
|
from accounting.init import load_accounting
|
||||||
from woa.init import load_woa
|
from woa.init import load_woa
|
||||||
from smssend import load_smssend
|
from smssend import load_smssend
|
||||||
from remotetask.init import load_remotetask
|
|
||||||
from ext import *
|
from ext import *
|
||||||
from rf import *
|
from rf import *
|
||||||
__version__ = '0.0.1'
|
__version__ = '0.0.1'
|
||||||
@ -85,7 +84,6 @@ def init():
|
|||||||
load_discount()
|
load_discount()
|
||||||
load_woa()
|
load_woa()
|
||||||
load_smssend()
|
load_smssend()
|
||||||
load_remotetask()
|
|
||||||
add_cleanupctx(run_zmq_proxy)
|
add_cleanupctx(run_zmq_proxy)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|||||||
@ -139,7 +139,7 @@
|
|||||||
## 交易管理
|
## 交易管理
|
||||||
|
|
||||||
### 查询产品价格
|
### 查询产品价格
|
||||||
* path /platformbiz/query_product_price.dspy
|
* path /platformbiz/product_query_price.dspy
|
||||||
* method "POST"
|
* method "POST"
|
||||||
* data
|
* data
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user