模拟下单支持微信流水电子流程
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -1241,6 +1241,9 @@ class DocView(DocGenericView, DocHandler): | ... | @@ -1241,6 +1241,9 @@ class DocView(DocGenericView, DocHandler): |
1241 | if keyword in document_name: | 1241 | if keyword in document_name: |
1242 | classify_1 = classify_1_tmp | 1242 | classify_1 = classify_1_tmp |
1243 | break | 1243 | break |
1244 | elif '微信支付交易明细证明' in document_name or '微信流水' in document_name: | ||
1245 | classify_1 = 12 | ||
1246 | self.running_log.info('[weixin bs process] [doc_id={0}]'.format(doc.id)) | ||
1244 | 1247 | ||
1245 | # tasks = ['{0}{1}{2}'.format(prefix, consts.SPLIT_STR, doc.id)] | 1248 | # tasks = ['{0}{1}{2}'.format(prefix, consts.SPLIT_STR, doc.id)] |
1246 | task = consts.SPLIT_STR.join([prefix, str(doc.id), str(classify_1)]) | 1249 | task = consts.SPLIT_STR.join([prefix, str(doc.id), str(classify_1)]) | ... | ... |
-
Please register or sign in to post a comment