bugfix
This commit is contained in:
parent
e5eb4b64ea
commit
c095389309
@ -28,6 +28,7 @@ from global_func import set_globalvariable
|
||||
from unipay.init import load_unipay
|
||||
from platformbiz.init import load_platformbiz
|
||||
from accounting.init import load_accounting
|
||||
from woa.init import load_woa
|
||||
from ext import *
|
||||
from rf import *
|
||||
__version__ = '0.0.1'
|
||||
@ -58,6 +59,7 @@ def init():
|
||||
load_skillagent()
|
||||
load_dagflow()
|
||||
load_discount()
|
||||
load_woa()
|
||||
add_cleanupctx(run_zmq_proxy)
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
2
build.sh
2
build.sh
@ -23,7 +23,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
|
||||
for m in appbase rbac accounting llmage platformbiz msp cpcc unipay filemgr dapi uapi rag charge pricing, dagflow wechat-office-account
|
||||
do
|
||||
echo "install $m module..."
|
||||
cd $cdir/pkgs
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
{
|
||||
"password_key":"!@#$%^&*(*&^%$QWERTYUIqwertyui234567",
|
||||
"logopath": "$[workdir]$/conf/logo.png",
|
||||
"subscrible_id":"woa_subscribe_type",
|
||||
"logger":{
|
||||
"name":"sage",
|
||||
"levelname":"clientinfo",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user