You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
348 B
11 lines
348 B
|
7 days ago
|
# -*- coding: utf-8 -*-
|
||
|
|
"""票 12 bruno-sync:读删除跟进.bru(POST+@RequestParam id 形态先例)。"""
|
||
|
|
import io
|
||
|
|
import sys
|
||
|
|
from pathlib import Path
|
||
|
|
|
||
|
|
sys.stdout = io.TextIOWrapper(sys.stdout.buffer, encoding='utf-8')
|
||
|
|
|
||
|
|
p = Path('D:/code/crm-api-docs/商机模块/商机详情/跟进/删除跟进.bru')
|
||
|
|
print(p.read_text(encoding='utf-8'))
|