Compare commits

..

No commits in common. "c7023d6bbb6d739ede063858cba4e440a1878d64" and "beb42162264fd1a098cfd52c4fc80b5e3c236f54" have entirely different histories.

3 changed files with 4 additions and 2 deletions

View File

@ -31,6 +31,7 @@ from platformbiz.init import load_platformbiz
from accounting.init import load_accounting
from woa.init import load_woa
from smssend import load_smssend
from remotetask.init import load_remotetask
from ext import *
from rf import *
__version__ = '0.0.1'
@ -84,6 +85,7 @@ def init():
load_discount()
load_woa()
load_smssend()
load_remotetask()
add_cleanupctx(run_zmq_proxy)
if __name__ == '__main__':

View File

@ -26,7 +26,7 @@ do
cd $m
$cdir/py3/bin/pip install .
done
for m in appbase rbac accounting llmage platformbiz msp cpcc unipay filemgr dapi uapi rag charge pricing dagflow wechat-office-account discount
for m in appbase rbac accounting llmage platformbiz msp cpcc unipay filemgr dapi uapi rag charge pricing dagflow wechat-office-account discount remotetask
do
echo "install $m module..."
cd $cdir/pkgs

View File

@ -139,7 +139,7 @@
## 交易管理
### 查询产品价格
* path /platformbiz/product_query_price.dspy
* path /platformbiz/query_product_price.dspy
* method "POST"
* data
```