1 Star 0 Fork 1

窦海超/marvel

forked from szerelme/marvel 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
买家
	bcbuyerapihttp
卖家
	bcsellerapihttp
本地服务
	bclocalserviceapihttp
管理后台
	bczbweb
Quartz服务
	bcquartzservice
图片上传
	bcupload




备注
未完成:
在操作项目时,需要对t_user_join表进行以下操作
1、记录所有积分的点
2、对账系统
3、把所有图片的路径进行过滤,存储到数据库时只存储相对路径
4、时间格式保留8位

insert into t_sequence (seq_name, seq_value, min_value, max_value, step, memo, gmt_create, gmt_modified)
SELECT 'ana_id', seq_value, min_value, max_value, step, '项目分析ID', gmt_create, gmt_modified
FROM t_sequence where id=28;


//TODO update 20180910
1.从https://etherscan.io/tokens 获取至少200个token,存入t_erc_contract表
2.从币安抓取以上token的USDT汇率,存入汇率表
https://github.com/binance-exchange/binance-official-api-docs
币安提供了api,请研究下

合约表PID关联,t_user_seller_info表中增加一个是否为系统创建的用户,默认不是系统创建用户
给建哥写一个服务,支持连接disconf,死循环操作


问题:
1注册时需要在t_wallet_info里增加,买家+卖家的eth账户

国家json:
https://www.huobi.br.com/-/x/uc/uc/open/country/list?r=ke4wqtnam3fbhuxr



备注:
用tair?
cat监控平台:http://115.28.246.80:18192/cat/r/t
Quartz服务如果修改服务了,需要删除redis: “QuartzConfig_Key_0” 键

曲小达:
http://bcseller.xiats.com/venus/images/logo-white.png

曲小达:
http://bcseller.xiats.com/venus/images/icon-success.png



####填充白皮书
INSERT INTO t_file_upload_log (source_file_name,file_src,create_time)
  SELECT replace(img_white_paper,'whitepaper/',''), img_white_paper,now()
    FROM t_project where img_white_paper not in (
    SELECT file_src
    FROM t_file_upload_log log
  join t_project p on log.file_src=p.img_white_paper
  )



项目:{项目状态 -1 保存草稿,0待审核,1审核通过,2审核拒绝}
(未用到)卖家KYC状态:{审核状态:0 未提交审核,1审核通过,2待审核,3审核驳回}
业务人才审核状态{1审核通过,2待审核,3审核拒绝}
代码人才审核状态{1审核通过,2待审核,3审核拒绝}
买家审核状态:{审核状态:0 未提交审核,1审核通过,2待审核,3审核驳回}

====数据抓取后初始化搜索列表信息
INSERT INTO t_project_search (
pid,
business_analysis_count, code_analysis_count, order_count,
is_transaction, is_bonus, expert_comment_count, is_video, is_user,
is_flowing_water, is_real_industry, is_code_public, view_count, favorite_count,
like_count, tag_count, join_count, distribution_count, professional_analysis_count,
recommend_comment, tag_block,
total_amount, exists_amount, finish_rate, pstatus)
  select pid,
    0,0,0,
    0,0,0,0,0,
    0,0,0,0,0,
    0,0,0,0,0,
    '','',
    0,0,0,1 from t_project where pid not in (
    select pid from t_project_search
  )

空文件

简介

marvel framework 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/douhc/marvel.git
git@gitee.com:douhc/marvel.git
douhc
marvel
marvel
master

搜索帮助